home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000346_news@columbia.edu _Thu Feb 22 15:16:30 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id PAA10823
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 22 Feb 2001 15:16:27 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA22744
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 22 Feb 2001 15:16:27 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA06897
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 22 Feb 2001 14:52:03 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "dls2" <dlshearer@home.com>
  13. Subject: Re: interfacing to FANUC CNC controller
  14. Message-ID: <A5el6.297975$w35.48976056@news1.rdc1.nj.home.com>
  15. Date: Thu, 22 Feb 2001 19:52:00 GMT
  16. Organization: Excite@Home - The Leader in Broadband http://home.com/faster
  17. To: kermit.misc@columbia.edu
  18.  
  19. "Frank da Cruz" <fdc@watsun.cc.columbia.edu> wrote:
  20. > dls2 <dlshearer@home.com> wrote:
  21. > : but do appear in the session log.  Shouldn't the DC
  22. > : (Device Control) characters be stripped out of the session log,
  23. > : the same as for the terminal screen, having been interpreted
  24. > : as XON/XOFF signaling, rather than as textual content?
  25. > :
  26. > But you said the DC characters were Ctrl-R and Ctrl-T.  Those are
  27. > not Xon and Xoff.  Xon is Ctrl-Q, Xoff is Ctrl-S.  Kermit is doing
  28. > its job.
  29.  
  30. ****
  31. DC1    11    ^Q    device control 1 - turn on the paper tape reader.
  32. In early documentation, this was called XON.
  33.  
  34. DC2    12    ^R    device control 2 - turn on the paper tape punch.
  35.  
  36. DC3    13    ^S    device control 3 - turn off the paper tape reader.
  37. In early documentation, this was called XOFF, The use of
  38. XON/XOFF (DC1/DC3) for flow control stems from their use to
  39. control the flow of data from the paper tape reader attached to a
  40. Teletype.
  41.  
  42. DC4    14    ^T    device control 4 - turn off the paper tape punch.
  43. ****
  44.  
  45. http://www.cs.fiu.edu/~smithg/cop5621/lowascii.html
  46.  
  47. So, should Kermit be corrected, in this regard?
  48.  
  49.  
  50.   --  Derrick Shearer
  51.